ExamPlay Light Logo
登入

Computer Science for IGCSE & O level - Databases (Section 1 - No. 23)

What is the correct SQL command to retrieve all fields from a table named 'Patients'?
SELECT * FROM Patients;
GET * FROM Patients;
DISPLAY * FROM Patients;
SHOW * FROM Patients;

解释

The `SELECT * FROM` statement is used to retrieve all fields from a specified table.

评论 (0)

登录发表评论
广告
BrainBehindX Inc Logo
©2026; 供电 BrainBehindX Inc